3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
An ordered display group is a display group in which the objects listed are sorted by type. The elements of an ordered display group are listed in the following order: transforms, styles, attribute sets, shaders, geometric objects, other groups. An ordered display group is delimited by BeginGroup and EndGroup objects.
Display group state (optional). If no child object is specified, group state flags should be set to the default values specified in "Display Group States" .
BeginGroup ( OrderedDisplayGroup ( ) )
RotateTransform ( ... )
ScaleTransform ( ... )
SubdivisionStyle ( ... )
BackfacingStyle ( ... )
BeginGroup ( DisplayGroup ( ) )
.
.
.
EndGroup ( )
EndGroup ( )
Previous | QD3D Book | Overview | Chapter Contents | Next |